home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PCASM1.ZIP / BBSINFO.DOC < prev    next >
Text File  |  1990-08-11  |  6KB  |  124 lines

  1.  
  2.  
  3.  
  4.                                                                              1
  5.  
  6.                                       BBS INFO
  7.  
  8.              This compressed file contains The PC Assembler Helper
  9.              (ASMHELP.OBJ), an object module which allows you to do i/o from
  10.              the assembler level and allows you to see the state of the 8086
  11.              registers. It is the companion to The PC Assembler Tutor, a
  12.              tutorial for those who are starting to learn assembler language
  13.              and those who already know know some assembler but know fewer
  14.              than 2/3 of the mnemonics.
  15.  
  16.              The total package is DISK1-A.COM, DISK1-B.EXE, DISK2.EXE,
  17.              DISK3.EXE and DISK4.EXE. The total size of the compressed files
  18.              is about 350k. In addition, BASTUTOR.COM is information for BASIC
  19.              programmers who are learning assembler. It is another 40k.
  20.  
  21.              In order to make use of any of the material in this file you
  22.              already need to be a competent assembler programmer and know
  23.              about segments and near and far calls. There is a template file
  24.              called TEMPLATE.ASM which is set up correctly for linking with
  25.              ASMHELP.OBJ. 
  26.  
  27.              Here is a list of the files in DISK1-A.COM, along with what they
  28.              do:
  29.  
  30.              ==========    DISK1-A.COM
  31.              APP1.DOC      Appendix I is a list of all ASMHELP subroutines.
  32.              ASMHELP.OBJ   A module with i/o routines for use with assembler
  33.                            programs.
  34.              ASMLINK.BAT   A batch file for linking modules to ASMHELP.OBJ
  35.              HELPMEM.COM   A memory resident file which can show the state of
  36.                            the registers using INT1 and INT3.
  37.              PUSHREGS.MAC  A file with two macros for multiple PUSHes and
  38.                            POPs.
  39.              SETREGS.EXE   A demonstration program for showing how to set the
  40.                            registers with 'set_reg_style'.
  41.              TEMPLATE.ASM  A template file for making normal .OBJ files which
  42.                            link to ASMHELP.OBJ. It contains EXTRN statements
  43.                            for ALL of the subroutines in ASMHELP.OBJ.
  44.              BBSINFO.DOC   An informational file for use if this compressed
  45.                            file is electronically transmitted.
  46.  
  47.  
  48.              If you want the total package, it is available from user groups
  49.              and shareware distributors. The registration fee is the same
  50.              whether you are using only part of the package or all of the
  51.              package. 
  52.  
  53.                                    WARRANTY
  54.  
  55.              THIS PROGRAM, INSTRUCTION MANUAL, AND REFERENCE MATERIALS ARE
  56.              SOLD "AS IS", WITHOUT WARRANTY AS TO THEIR PERFORMANCE,
  57.              MERCHANTABILITY, OR FITNESS FOR ANY PARTICULAR PURPOSE. THE
  58.              ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THESE PROGRAMS
  59.              IS ASSUMED BY YOU.
  60.  
  61.              ______________________
  62.  
  63.              The PC Assembler Tutor - Copyright (C) 1989-1990 Chuck Nelson
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.           *****************************************************************
  72.                                      REGISTRATION
  73.  
  74.           Hey, Chuck, I'm no chump!
  75.  
  76.           I'm using your programs/manual, and I want to pay my fair share.
  77.           Please make me a registered user of "The PC Assembler Tutor" and
  78.           "The PC Assembler Helper". Enclosed is a check for $9.95 (plus
  79.           6.5% tax or $10.60 for California residents). Say, that's cheaper
  80.           than a large pizza!
  81.  
  82.  
  83.           Name_________________________________________________________
  84.                       Last                First               Initial
  85.  
  86.           Address______________________________________________________
  87.                       Street Address
  88.  
  89.                    _______________________________________________________
  90.                       City, State, and Zip Code
  91.  
  92.           I got my copy from ___________________________________________
  93.  
  94.           Make checks payable to NELSOFT and send your registration to:
  95.  
  96.                  NELSOFT
  97.                  P.O. Box 21389
  98.                  Oakland, CA  94620
  99.  
  100.           ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  101.                              REGISTRATION BENEFITS
  102.            
  103.           As a registered user of "The PC Assembler Helper" and "The PC
  104.           Assembler Tutor" you are entitled to:
  105.  
  106.           1) Use asmhelp.obj and helpmem.com for personal use.
  107.           2) Make 1 (one) printer copy of "The PC Assembler Tutor".
  108.           3) Use all programs in "The PC Assembler Tutor" for personal use.
  109.           4) Make an archival copy of the disks.
  110.           5) Distribute UNALTERED disks to friends for their perusal.
  111.           6) Use any updates to either "The PC Assembler Helper" or "The PC
  112.              Assembler Tutor" under the same registration conditions.
  113.  
  114.           Though copies of the disk may be given away if there is no
  115.           charge, it is illegal to charge for redistribution of the disk or
  116.           its contents without permission of the author. Under no
  117.           circumstances may you distribute printed copies of "The PC
  118.           Assembler Tutor". If you intend to charge for distributing the
  119.           disk or its information, please read and sign the distribution
  120.           agreement which is in INTRO1.DOC of DISK1.
  121.  
  122.           *****************************************************************
  123.  
  124.